// funkce ktere zpristupnuji javacriptu promenne php // funkce vraci wwwroot() function get_wwwroot(){ return ""; } // end function // funkce vraci "{wwwroot}/images/" - staci tedy: [imageroot = get_imageroot(); img_el.src = imageroot + "checkbox.gif";] function get_imageroot(){ return "/images/design/"; } // end function // 20.09.05 ---------------------------------------------------------------------------------------------------------------------------------------------------------------- // ---